home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / pardon.exe / {app} / Pardon.exe / 0 / RCDATA / TFRMSETTINGSFORM / TFRMSETTINGSFORM.txt
Text File  |  2000-10-30  |  28KB  |  885 lines

  1. object frmSettingsForm: TfrmSettingsForm
  2.   Left = 211
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 348
  7.   ClientWidth = 428
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnKeyUp = FormKeyUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel3: TBevel
  21.     Left = 141
  22.     Top = 304
  23.     Width = 276
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object grpLayout: TPanel
  28.     Left = 135
  29.     Top = 8
  30.     Width = 297
  31.     Height = 281
  32.     BevelOuter = bvNone
  33.     TabOrder = 4
  34.     object lblIntroduction: TLabel
  35.       Left = 8
  36.       Top = 40
  37.       Width = 199
  38.       Height = 13
  39.       Caption = 'Click on the elements you wish to change:'
  40.     end
  41.     object lblHeadingLayout: TLabel
  42.       Left = 8
  43.       Top = 8
  44.       Width = 87
  45.       Height = 13
  46.       Caption = 'Layout settings'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object pnlDemoResults: TPanel
  55.       Left = 8
  56.       Top = 64
  57.       Width = 273
  58.       Height = 105
  59.       BevelInner = bvRaised
  60.       BevelOuter = bvLowered
  61.       Color = clWhite
  62.       TabOrder = 0
  63.       OnClick = lblDictionarySampleClick
  64.       OnMouseMove = pnlDemoResultsMouseMove
  65.       object lblActiveHyperlinkSample: TLabel
  66.         Left = 8
  67.         Top = 40
  68.         Width = 44
  69.         Height = 13
  70.         Cursor = crHandPoint
  71.         Caption = 'Hyperlink'
  72.         Visible = False
  73.         OnClick = lblInactiveHyperlinkSampleClick
  74.       end
  75.       object lblDictionarySample: TLabel
  76.         Left = 8
  77.         Top = 72
  78.         Width = 67
  79.         Height = 13
  80.         Caption = 'Dictionary text'
  81.         OnClick = lblDictionarySampleClick
  82.       end
  83.       object lblHeadlineSample: TLabel
  84.         Left = 2
  85.         Top = 8
  86.         Width = 66
  87.         Height = 14
  88.         Caption = ' Headline '
  89.         Color = clSilver
  90.         Font.Charset = DEFAULT_CHARSET
  91.         Font.Color = clWindowText
  92.         Font.Height = -12
  93.         Font.Name = 'Verdana'
  94.         Font.Style = [fsBold]
  95.         ParentColor = False
  96.         ParentFont = False
  97.         OnClick = lblHeadlineSampleClick
  98.       end
  99.       object lblInactiveHyperlinkSample: TLabel
  100.         Left = 8
  101.         Top = 40
  102.         Width = 44
  103.         Height = 13
  104.         Caption = 'Hyperlink'
  105.         OnClick = lblInactiveHyperlinkSampleClick
  106.         OnMouseMove = lblInactiveHyperlinkSampleMouseMove
  107.       end
  108.     end
  109.     object frmHyperlink: TPanel
  110.       Left = 8
  111.       Top = 176
  112.       Width = 273
  113.       Height = 98
  114.       BevelOuter = bvNone
  115.       TabOrder = 1
  116.       object lblHyperlink: TLabel
  117.         Left = 0
  118.         Top = 4
  119.         Width = 54
  120.         Height = 13
  121.         Caption = 'Hyperlink'
  122.         Font.Charset = DEFAULT_CHARSET
  123.         Font.Color = clWindowText
  124.         Font.Height = -11
  125.         Font.Name = 'MS Sans Serif'
  126.         Font.Style = [fsBold]
  127.         ParentFont = False
  128.       end
  129.       object Bevel2: TBevel
  130.         Left = 64
  131.         Top = 10
  132.         Width = 209
  133.         Height = 9
  134.         Shape = bsTopLine
  135.       end
  136.       object btnInactiveHyperlinkColor: TButton
  137.         Left = 0
  138.         Top = 24
  139.         Width = 89
  140.         Height = 25
  141.         Caption = '&Inactive...'
  142.         TabOrder = 0
  143.         OnClick = btnInactiveHyperlinkColorClick
  144.       end
  145.       object btnActiveHyperlinkColor: TButton
  146.         Left = 96
  147.         Top = 24
  148.         Width = 89
  149.         Height = 25
  150.         Caption = '&Active...'
  151.         TabOrder = 1
  152.         OnClick = btnActiveHyperlinkColorClick
  153.       end
  154.     end
  155.     object frmDictionary: TPanel
  156.       Left = 8
  157.       Top = 176
  158.       Width = 273
  159.       Height = 106
  160.       BevelOuter = bvNone
  161.       TabOrder = 2
  162.       object lblDictionary: TLabel
  163.         Left = 0
  164.         Top = 4
  165.         Width = 58
  166.         Height = 13
  167.         Caption = 'Dictionary'
  168.         Font.Charset = DEFAULT_CHARSET
  169.         Font.Color = clWindowText
  170.         Font.Height = -11
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = [fsBold]
  173.         ParentFont = False
  174.       end
  175.       object Bevel1: TBevel
  176.         Left = 64
  177.         Top = 10
  178.         Width = 209
  179.         Height = 9
  180.         Shape = bsTopLine
  181.       end
  182.       object btnDictionaryFont: TButton
  183.         Left = 0
  184.         Top = 32
  185.         Width = 89
  186.         Height = 25
  187.         Caption = '&Font...'
  188.         TabOrder = 0
  189.         OnClick = btnDictionaryFontClick
  190.       end
  191.       object btnDictionaryBackground: TButton
  192.         Left = 96
  193.         Top = 32
  194.         Width = 89
  195.         Height = 25
  196.         Caption = '&Background...'
  197.         TabOrder = 1
  198.         OnClick = btnDictionaryBackgroundClick
  199.       end
  200.     end
  201.     object frmHeadline: TPanel
  202.       Left = 8
  203.       Top = 176
  204.       Width = 273
  205.       Height = 106
  206.       BevelOuter = bvNone
  207.       Caption = 'frmHeadline'
  208.       TabOrder = 3
  209.       object bvlHeadline: TBevel
  210.         Left = 56
  211.         Top = 10
  212.         Width = 217
  213.         Height = 9
  214.         Shape = bsTopLine
  215.       end
  216.       object lblHeadHeadline: TLabel
  217.         Left = 0
  218.         Top = 4
  219.         Width = 51
  220.         Height = 13
  221.         Caption = 'Headline'
  222.         Font.Charset = DEFAULT_CHARSET
  223.         Font.Color = clWindowText
  224.         Font.Height = -11
  225.         Font.Name = 'MS Sans Serif'
  226.         Font.Style = [fsBold]
  227.         ParentFont = False
  228.       end
  229.       object btnHeadlineText: TButton
  230.         Left = 0
  231.         Top = 32
  232.         Width = 89
  233.         Height = 25
  234.         Caption = '&Font...'
  235.         TabOrder = 0
  236.         OnClick = btnHeadlineTextClick
  237.       end
  238.       object btnHeadlineBackground: TButton
  239.         Left = 96
  240.         Top = 32
  241.         Width = 89
  242.         Height = 25
  243.         Caption = '&Background...'
  244.         TabOrder = 1
  245.         OnClick = btnHeadlineBackgroundClick
  246.       end
  247.     end
  248.   end
  249.   object grpPresets: TPanel
  250.     Left = 136
  251.     Top = 8
  252.     Width = 297
  253.     Height = 289
  254.     BevelOuter = bvNone
  255.     TabOrder = 3
  256.     object lblHeadingPresets: TLabel
  257.       Left = 8
  258.       Top = 8
  259.       Width = 85
  260.       Height = 13
  261.       Caption = 'Preset settings'
  262.       Font.Charset = DEFAULT_CHARSET
  263.       Font.Color = clWindowText
  264.       Font.Height = -11
  265.       Font.Name = 'MS Sans Serif'
  266.       Font.Style = [fsBold]
  267.       ParentFont = False
  268.     end
  269.     object frmPresets: TGroupBox
  270.       Left = 8
  271.       Top = 32
  272.       Width = 273
  273.       Height = 137
  274.       Caption = 'Presets '
  275.       TabOrder = 0
  276.       object lblPresetDescription: TLabel
  277.         Left = 8
  278.         Top = 24
  279.         Width = 257
  280.         Height = 57
  281.         AutoSize = False
  282.         Caption = 
  283.           'Presets are files containing preconfigured layouts for Pardon. Y' +
  284.           'ou can download more presets, and get information on how to crea' +
  285.           'te your own, on our Web-site.'
  286.         WordWrap = True
  287.       end
  288.       object btnLoadPreset: TButton
  289.         Left = 8
  290.         Top = 96
  291.         Width = 75
  292.         Height = 25
  293.         Caption = '&Load...'
  294.         TabOrder = 0
  295.         OnClick = btnLoadPresetClick
  296.       end
  297.     end
  298.   end
  299.   object grpGeneral: TPanel
  300.     Left = 136
  301.     Top = 8
  302.     Width = 297
  303.     Height = 289
  304.     BevelOuter = bvNone
  305.     TabOrder = 6
  306.     object lblHeadingGeneral: TLabel
  307.       Left = 8
  308.       Top = 8
  309.       Width = 93
  310.       Height = 13
  311.       Caption = 'General settings'
  312.       Font.Charset = DEFAULT_CHARSET
  313.       Font.Color = clWindowText
  314.       Font.Height = -11
  315.       Font.Name = 'MS Sans Serif'
  316.       Font.Style = [fsBold]
  317.       ParentFont = False
  318.     end
  319.     object grpSearchDelay: TGroupBox
  320.       Left = 8
  321.       Top = 32
  322.       Width = 273
  323.       Height = 151
  324.       Caption = 'Search delay '
  325.       TabOrder = 0
  326.       object lblSearchDelay: TLabel
  327.         Left = 8
  328.         Top = 24
  329.         Width = 257
  330.         Height = 57
  331.         AutoSize = False
  332.         Caption = 
  333.           'Use the search delay setting to change the time the program wait' +
  334.           's for further input before the search is executed. Set this sett' +
  335.           'ing to a higher value if you are a slow typer.'
  336.         WordWrap = True
  337.       end
  338.       object lblDescription: TLabel
  339.         Left = 16
  340.         Top = 96
  341.         Width = 7
  342.         Height = 13
  343.         Caption = '#'
  344.       end
  345.       object trkTrackBar: TTrackBar
  346.         Left = 8
  347.         Top = 112
  348.         Width = 257
  349.         Height = 33
  350.         Max = 4
  351.         Orientation = trHorizontal
  352.         Frequency = 1
  353.         Position = 0
  354.         SelEnd = 0
  355.         SelStart = 0
  356.         TabOrder = 0
  357.         ThumbLength = 20
  358.         TickMarks = tmBottomRight
  359.         TickStyle = tsAuto
  360.         OnChange = trkTrackBarChange
  361.       end
  362.     end
  363.     object frmQuickAccent: TGroupBox
  364.       Left = 8
  365.       Top = 192
  366.       Width = 273
  367.       Height = 97
  368.       Caption = 'QuickAccent '
  369.       TabOrder = 1
  370.       object lblQuickAccentDesc: TLabel
  371.         Left = 8
  372.         Top = 16
  373.         Width = 257
  374.         Height = 57
  375.         AutoSize = False
  376.         Caption = 
  377.           'Uncheck below to disable the built-in international character tr' +
  378.           'anslation support. This will speed up the search somewhat on slo' +
  379.           'w machines. Strings such as '#39'-o'#39' will no longer be translated to' +
  380.           ' '#39'∩┐╜'#39'.'
  381.         WordWrap = True
  382.       end
  383.       object chkQuickAccent: TCheckBox
  384.         Left = 8
  385.         Top = 74
  386.         Width = 257
  387.         Height = 17
  388.         Caption = '&Enable built-in character translator'
  389.         TabOrder = 0
  390.       end
  391.     end
  392.   end
  393.   object grpAdvanced: TPanel
  394.     Left = 136
  395.     Top = 8
  396.     Width = 297
  397.     Height = 289
  398.     BevelOuter = bvNone
  399.     TabOrder = 9
  400.     Visible = False
  401.     object lblHeadingAdvanced: TLabel
  402.       Left = 8
  403.       Top = 8
  404.       Width = 106
  405.       Height = 13
  406.       Caption = 'Advanced settings'
  407.       Font.Charset = DEFAULT_CHARSET
  408.       Font.Color = clWindowText
  409.       Font.Height = -11
  410.       Font.Name = 'MS Sans Serif'
  411.       Font.Style = [fsBold]
  412.       ParentFont = False
  413.     end
  414.     object GroupBox1: TGroupBox
  415.       Left = 8
  416.       Top = 32
  417.       Width = 273
  418.       Height = 137
  419.       Caption = 'Filetype '
  420.       TabOrder = 0
  421.       object lblAssociationDescription: TLabel
  422.         Left = 8
  423.         Top = 24
  424.         Width = 241
  425.         Height = 65
  426.         AutoSize = False
  427.         Caption = 
  428.           'Pardon can register it'#39's dictionaries with Windows. That way, yo' +
  429.           'u can simply click a file containing a dictionary, and Pardon wi' +
  430.           'll launch and open the correct dictionary automatically.'
  431.         WordWrap = True
  432.       end
  433.       object btnAssociateType: TButton
  434.         Left = 8
  435.         Top = 96
  436.         Width = 97
  437.         Height = 25
  438.         Caption = 'Associate filetype'
  439.         TabOrder = 0
  440.         OnClick = btnAssociateTypeClick
  441.       end
  442.     end
  443.   end
  444.   object grpAgent: TPanel
  445.     Left = 136
  446.     Top = 8
  447.     Width = 289
  448.     Height = 289
  449.     BevelOuter = bvNone
  450.     TabOrder = 8
  451.     object lblAgentHead: TLabel
  452.       Left = 8
  453.       Top = 8
  454.       Width = 82
  455.       Height = 13
  456.       Caption = 'Agent settings'
  457.       Font.Charset = DEFAULT_CHARSET
  458.       Font.Color = clWindowText
  459.       Font.Height = -11
  460.       Font.Name = 'MS Sans Serif'
  461.       Font.Style = [fsBold]
  462.       ParentFont = False
  463.     end
  464.     object lblAgentDescription: TLabel
  465.       Left = 8
  466.       Top = 32
  467.       Width = 249
  468.       Height = 49
  469.       AutoSize = False
  470.       Caption = 
  471.         'Pardon supports Microsoft Agent if it is installed on your machi' +
  472.         'ne. An agent is an animated character that can speak text and pe' +
  473.         'rform actions.'
  474.       WordWrap = True
  475.     end
  476.     object frmAgentRestartWarning: TGroupBox
  477.       Left = 8
  478.       Top = 232
  479.       Width = 273
  480.       Height = 51
  481.       Color = clBtnFace
  482.       ParentColor = False
  483.       TabOrder = 1
  484.       object lblAgentRestartWarning: TLabel
  485.         Left = 8
  486.         Top = 14
  487.         Width = 257
  488.         Height = 30
  489.         AutoSize = False
  490.         Caption = 
  491.           'You need to restart Pardon for all of these settings to take eff' +
  492.           'ect.'
  493.         WordWrap = True
  494.       end
  495.     end
  496.     object frmAgent: TGroupBox
  497.       Left = 8
  498.       Top = 96
  499.       Width = 273
  500.       Height = 129
  501.       TabOrder = 2
  502.       object lblSelectAgent: TLabel
  503.         Left = 16
  504.         Top = 28
  505.         Width = 49
  506.         Height = 13
  507.         Caption = 'Character:'
  508.       end
  509.       object chkAgentInTest: TCheckBox
  510.         Left = 16
  511.         Top = 80
  512.         Width = 193
  513.         Height = 17
  514.         Caption = 'U&se agent in vocabulary test'
  515.         Enabled = False
  516.         TabOrder = 0
  517.       end
  518.       object cmbSelectAgent: TComboBox
  519.         Left = 16
  520.         Top = 44
  521.         Width = 145
  522.         Height = 21
  523.         ItemHeight = 13
  524.         TabOrder = 1
  525.         OnExit = cmbSelectAgentExit
  526.       end
  527.     end
  528.     object chkEnableAgent: TCheckBox
  529.       Left = 16
  530.       Top = 94
  531.       Width = 84
  532.       Height = 17
  533.       Caption = '&Enable agent'
  534.       TabOrder = 0
  535.       OnClick = chkEnableAgentClick
  536.     end
  537.   end
  538.   object grpDictionary: TPanel
  539.     Left = 136
  540.     Top = 8
  541.     Width = 296
  542.     Height = 281
  543.     BevelOuter = bvNone
  544.     TabOrder = 5
  545.     object lblHeadingDictionary: TLabel
  546.       Left = 8
  547.       Top = 8
  548.       Width = 106
  549.       Height = 13
  550.       Caption = 'Dictionary settings'
  551.       Font.Charset = DEFAULT_CHARSET
  552.       Font.Color = clWindowText
  553.       Font.Height = -11
  554.       Font.Name = 'MS Sans Serif'
  555.       Font.Style = [fsBold]
  556.       ParentFont = False
  557.     end
  558.     object grpMaximumMatches: TGroupBox
  559.       Left = 8
  560.       Top = 32
  561.       Width = 273
  562.       Height = 145
  563.       Caption = 'Maximum matches '
  564.       TabOrder = 0
  565.       object lblMaximumMatches: TLabel
  566.         Left = 8
  567.         Top = 24
  568.         Width = 257
  569.         Height = 49
  570.         AutoSize = False
  571.         Caption = 
  572.           'Use this setting to change the amount of matches that are displa' +
  573.           'yed at a time. You should set this setting to a low value if you' +
  574.           ' have a slow computer.'
  575.         WordWrap = True
  576.       end
  577.       object lblHitsDescription: TLabel
  578.         Left = 16
  579.         Top = 80
  580.         Width = 7
  581.         Height = 13
  582.         Caption = '#'
  583.       end
  584.       object trkMaxHits: TTrackBar
  585.         Left = 8
  586.         Top = 96
  587.         Width = 257
  588.         Height = 33
  589.         Max = 4
  590.         Orientation = trHorizontal
  591.         Frequency = 1
  592.         Position = 0
  593.         SelEnd = 0
  594.         SelStart = 0
  595.         TabOrder = 0
  596.         ThumbLength = 20
  597.         TickMarks = tmBottomRight
  598.         TickStyle = tsAuto
  599.         OnChange = trkMaxHitsChange
  600.       end
  601.     end
  602.     object frmResults: TGroupBox
  603.       Left = 8
  604.       Top = 188
  605.       Width = 273
  606.       Height = 69
  607.       Caption = 'Results '
  608.       TabOrder = 1
  609.       object chkWebStyle: TCheckBox
  610.         Left = 8
  611.         Top = 24
  612.         Width = 257
  613.         Height = 17
  614.         Caption = '&Use Web style (link underline, single click)'
  615.         TabOrder = 0
  616.       end
  617.       object chkAutoExpand: TCheckBox
  618.         Left = 8
  619.         Top = 40
  620.         Width = 233
  621.         Height = 17
  622.         Caption = 'Auto &Expand results'
  623.         TabOrder = 1
  624.       end
  625.     end
  626.   end
  627.   object grpSecurity: TPanel
  628.     Left = 135
  629.     Top = 8
  630.     Width = 289
  631.     Height = 289
  632.     BevelOuter = bvNone
  633.     TabOrder = 7
  634.     object lblSecurityHeadline: TLabel
  635.       Left = 8
  636.       Top = 8
  637.       Width = 95
  638.       Height = 13
  639.       Caption = 'Security settings'
  640.       Font.Charset = DEFAULT_CHARSET
  641.       Font.Color = clWindowText
  642.       Font.Height = -11
  643.       Font.Name = 'MS Sans Serif'
  644.       Font.Style = [fsBold]
  645.       ParentFont = False
  646.     end
  647.     object grpInternalBrowser: TGroupBox
  648.       Left = 8
  649.       Top = 32
  650.       Width = 273
  651.       Height = 81
  652.       Caption = 'Internal browser '
  653.       TabOrder = 0
  654.       object chkForceOffline: TCheckBox
  655.         Left = 16
  656.         Top = 48
  657.         Width = 249
  658.         Height = 17
  659.         Caption = '&Force offline (not recommended)'
  660.         TabOrder = 0
  661.       end
  662.       object chkDisableBrowser: TCheckBox
  663.         Left = 16
  664.         Top = 24
  665.         Width = 249
  666.         Height = 17
  667.         Caption = 'D&isable internal browser (not recommended)'
  668.         TabOrder = 1
  669.       end
  670.     end
  671.   end
  672.   object btnCancel: TButton
  673.     Left = 222
  674.     Top = 312
  675.     Width = 75
  676.     Height = 25
  677.     Caption = '&Cancel'
  678.     ModalResult = 2
  679.     TabOrder = 2
  680.   end
  681.   object btnOK: TButton
  682.     Left = 142
  683.     Top = 312
  684.     Width = 75
  685.     Height = 25
  686.     Caption = '&OK'
  687.     Default = True
  688.     ModalResult = 1
  689.     TabOrder = 1
  690.   end
  691.   object trwOptions: TTreeView
  692.     Left = 8
  693.     Top = 8
  694.     Width = 121
  695.     Height = 329
  696.     HotTrack = True
  697.     Images = imlSettings
  698.     Indent = 19
  699.     Items.Data = {
  700.       07000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  701.       0747656E6572616C230000000100000001000000FFFFFFFFFFFFFFFF00000000
  702.       000000000A44696374696F6E6172791F0000000200000002000000FFFFFFFFFF
  703.       FFFFFF0000000000000000064C61796F7574210000000300000003000000FFFF
  704.       FFFFFFFFFFFF0000000000000000085365637572697479200000000400000004
  705.       000000FFFFFFFFFFFFFFFF000000000000000007507265736574732100000005
  706.       00000005000000FFFFFFFFFFFFFFFF000000000000000008416476616E636564
  707.       1F0000000600000006000000FFFFFFFFFFFFFFFF000000000000000006416765
  708.       6E7473}
  709.     ReadOnly = True
  710.     ShowButtons = False
  711.     TabOrder = 0
  712.     OnChange = trwOptionsChange
  713.   end
  714.   object dlgDictionaryDialog: TFontDialog
  715.     Font.Charset = DEFAULT_CHARSET
  716.     Font.Color = clWindowText
  717.     Font.Height = -11
  718.     Font.Name = 'MS Sans Serif'
  719.     Font.Style = []
  720.     MinFontSize = 5
  721.     MaxFontSize = 15
  722.     Options = [fdAnsiOnly, fdEffects, fdForceFontExist, fdLimitSize]
  723.     Left = 40
  724.     Top = 256
  725.   end
  726.   object dlgColors: TColorDialog
  727.     Ctl3D = True
  728.     Options = [cdFullOpen, cdShowHelp, cdAnyColor]
  729.     Left = 96
  730.     Top = 256
  731.   end
  732.   object dlgOpenPreset: TOpenDialog
  733.     Filter = 'Presets (*.pst)|*.pst'
  734.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  735.     Title = 'Select preset'
  736.     Left = 68
  737.     Top = 256
  738.   end
  739.   object imlSettings: TImageList
  740.     Left = 12
  741.     Top = 256
  742.     Bitmap = {
  743.       3610000007000000424D36100000000000003600000028000000400000002000
  744.       0000010010000000000000100000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       00000000000000000000000000000000000000000F00EF3D000000000000F75E
  747.       0000F75EF75EF75E0000FF7F000000000000FF7F0000F75EF75E0000F75E143E
  748.       3542544634425446754655467546764655465546764A974A764A564655460000
  749.       0000000000000000000000000000EF3DEF3DEF3DEF3D00000000000000000000
  750.       00000000000000000000000000000000000000000F000F00EF3D00000000F75E
  751.       F75E0000F75EF75E000000000000000000000000F75EF75E0000F75EF75E0721
  752.       0821082108210821082108210821082108210821082108210821082108210000
  753.       00000000EF3DEF3DEF3DEF3DEF3D0000000000000000EF3D0000000000000000
  754.       00000000000000000000000000000000000000000F000F000F00EF3D0000F75E
  755.       0000F75EF75EF75E0000FF7FFF7F0000FF7FFF7F0000F75EF75E0000F75E0721
  756.       0821082108210821082108210821082108210821082108210821072107210000
  757.       0000000000000000000000000000FF7FFF7FFF7F0000EF3D0000000000000000
  758.       00000000000000000000000000000000000000000F000F000F000F00EF3D0000
  759.       0000F75EF75E0000FF7FFF7FFF7FFF7FFF7FFF7F0000F75EF75E00000000FF7F
  760.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
  761.       EF3DFF7F00000000FF7FFF7FFF7FFF7FE07FE07FFF7F0000EF3D000000000000
  762.       0000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000F000F000F000F000000
  763.       000000000000FF7FFF7FFF7F000000000000FF7FFF7F00000000000000002D1D
  764.       4E256F256F296E294D212C1D2C1D6D256E25F239343E343E343E354255420000
  765.       FF7F000000000000EF3DFF7FFF7FEF3D00000000FF7F0000EF3D000000000000
  766.       0000FF7FF75EF75EF75EF75EF75EF75EF75EF75E0F000F000F000F0000000000
  767.       000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000004E21
  768.       4E214E256E256E294E254D214D216E298F29F339143E343E343E354255420000
  769.       FF7F0000EF3D00000000FF7FFF7FEF3DFF7FE07FE07FFF7F0000EF3D00000000
  770.       0000FF7FFF7FF75EF75EF75EFF7FF75EF75EF75E0F000F000F00000000000000
  771.       000000000000FF7FFF7FFF7FFF7F00000000FF7FFF7F00000000000000004E21
  772.       4E214E256E254E254E254D214D256E29B131F239133A143E343E554255420000
  773.       00000000000000000000EF3DE07FE07FEF3D00000000FF7F0000EF3D00000000
  774.       0000FF7FF75EEF3DEF3DEF3DF75EEF3DEF3DEF3D0F000F000000000000000000
  775.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F0000FF7F00000000000000004D21
  776.       A710640C640C640CA6100B1D4D256E25B031091DA610A610A6140A1D133A0000
  777.       00001F0000001F000000000000000000EF3DFF7FE07FE07FFF7F0000EF3D0000
  778.       0000FF7FFF7FFF7FEF3DFF7FFF7FFF7FEF3DEF3D0F00FF7F0000000000000000
  779.       00000000FF7FFF7F000000000000FF7FFF7F000000000000000000000000850C
  780.       C6186B2D8C316B2DC718640C2C216E29C714E7186B2DAD316B2DE71CC7140000
  781.       000000001F0000001F000000EF3DFF7FFF7FEF3D00000000FF7F0000EF3D0000
  782.       0000FF7FF75EF75EEF3DEF3DEF3DEF3DEF3DEF3DF75EFF7F0000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000002925
  784.       EF3D10423146314610424A25A610091D2925EF3D10423146314610424A290000
  785.       0000000000001F0000001F000000FF7FFF7FFF7FFF7FE07FE07FFF7F00000000
  786.       0000FF7FFF7FFF7FFF7FEF3DFF7FEF3DEF3DF75EFF7FFF7F0000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000008C31
  788.       8C31AD35AD35AD35AD358C31C718E71C8C318C31AD35AD35AD35AD358C310000
  789.       00000000000000001F0000000000EF3DFF7FFF7FFF7F00000000000000000000
  790.       0000FF7FF75EF75EF75EEF3DFF7FEF3DEF3DF75EF75EFF7F0000000000000000
  791.       0000000000000000F75EF75EF75EF75E0000F75E000000000000000000004A29
  792.       6B2DAD35CE39AD356B2D4A29081D08214A296B2DAD35CE39AD356B2D4A290000
  793.       0000000000001F0000001F000000000000000000000000000000000000000000
  794.       0000FF7FFF7FFF7FFF7FFF7FEF3DEF3DF75EFF7FFF7FFF7F0000000000000000
  795.       000000000000000000000000000000000000000000000000000000000000AD35
  796.       524AD65A3967F75E524AAD3508212925AD35524AD65A3967F75E524AAD350000
  797.       00000000000000001F0000001F00000000000000000000000000000000000000
  798.       0000FF7FF75EF75EF75EF75EEF3DEF3DF75EF75EF75EFF7F0000000000000000
  799.       000000000000F75EF75EF75EF75EF75E0000F75E00000000000000000000734E
  800.       5A6BDE7BFF7FDE7B7B6F94528C318C31734E5A6BDE7BFF7FDE7B7B6F94520000
  801.       000000000000000000001F000000000000000000000000000000000000000000
  802.       0000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000
  803.       000000000000F75EF75EF75EF75E0000F75EF75E000000000000000000009452
  804.       7B6FFF7FFF7FFF7F9C73B556AE31AF3194527B6FFF7FFF7FFF7F9C73B5560000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       000000000000000000000000000000000000000000000000000000000000D039
  808.       D65A7B6FDE7B9C73F75EEF39B031D131113ED65A7B6FDE7B9C73F75E103E0000
  809.       0000000000000000000000000000000000000000000000000000000000000000
  810.       0000000000000000000000000000000000000000000000000000000000000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       0000000000000000000000000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       000000000000000000000000000000000000000000000000FF7F000000000000
  817.       0000EF3DFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000
  818.       00000000000000000000000000000F00EF3D0000000000000000000000000000
  819.       0000EF3DEF3DEF3DEF3D0000EF3DEF3D0000EF3DEF3D00000000000000000000
  820.       0000E03DE03DE03DE03DE03DE03DE03DE03DE03DE03DE03D0000000000000000
  821.       0000EF3DFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7F0000000000000000
  822.       0000000000000000000000000F000F000000EF3DEF3D00000000000000000000
  823.       00000000EF3DEF3D0000EF3DEF3D0000EF3DEF3D000000000000000000000000
  824.       0000E03DFF7FE07FE07FE07FE07FE07FE07FE07FE07FE03D0000000000000000
  825.       0000EF3DFF7FFF7FFF7F003C00000000FF7FFF7FFF7FFF7F0000000000000000
  826.       000000000000000000000F000F0000001F0000000000EF3DEF3D000000000000
  827.       0000FF7F0000EF3DEF3DEF3DEF3DEF3DEF3D0000000000000000FF7F00000000
  828.       0000E03DFF7FE03DE03DE03DE03DE03DE03DE03DF75EE03D0000000000000000
  829.       0000EF3DFF7FFF7F003C003C003C00000000FF7FFF7FFF7F0000000000000000
  830.       00000000000000000F000F0000001F00EF3D1F001F0000000000000000000000
  831.       0000E07FFF7F0000EF3DEF3D0000EF3D0000000000000000FF7FE07F00000000
  832.       0000E03DFF7FE07FE07FE07FE07FE07FE07FE07FE07FE03D0000000000000000
  833.       0000EF3DFF7F003C003CFF7F003C003C0000FF7FFF7FFF7F0000000000000000
  834.       0000000000000F000F0000001F001F000000EF3DEF3D1F001F00000000000000
  835.       0000FF7FE07FFF7F0000EF3DEF3D0000E07F00000000FF7FE07FFF7F00000000
  836.       0000E03DFF7FE03DE03DE03DE03DE03DE03DE03DF75EE03D0000000000000000
  837.       0000EF3DFF7FFF7FFF7FFF7FFF7F003CEF3D0000FF7FFF7F0000000000000000
  838.       00000000000000000000000000000000000000000000EF3DEF3D1F0000000000
  839.       0000E07FFF7FE07FFF7F00000000E07FFF7FE07FFF7FE07FFF7FE07F00000000
  840.       0000E03DFF7FE07FE07FE07FE07FE07FE07FE07FE07FE03D0000000000000000
  841.       0000EF3DFF7FFF7FFF7FFF7FFF7FFF7F003C00000000FF7F0000000000000000
  842.       000000000000F75EFF7FFF7FF75E0000F75EFF7FFF7F00000000EF3D00000000
  843.       0000FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F00000000
  844.       0000E03DFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FE03D0000000000000000
  845.       0000EF3DFF7FFF7FFF7FFF7FFF7FFF7FFF7F003C0000FF7F0000000000000000
  846.       00000000F75EFF7FFF7FF75E0000F75EFF7FEF3DFF7FFF7FFF7F000000000000
  847.       0000E07FFF7FE07FFF7FE07FFF7FE07FFF7FEF3D00000000EF3DE07F00000000
  848.       0000FF7FE03DE03DE03DE03DE03DE03DE03DE03DE03DE03D0000000000000000
  849.       0000EF3DFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F003CFF7F0000000000000000
  850.       0000F75EFF7FFF7FF75E0000F75EFF7FEF3DFF7FEF3DFF7F0000000000000000
  851.       0000FF7FE07FFF7FE07FFF7FE07FFF7FE07F0000E03DE03D0000FF7F00000000
  852.       0000FF7FFF7FE03D0000E03DE03DE03DE03DE03D0000E03DFF7F000000000000
  853.       0000EF3DFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000
  854.       F75EFF7FFF7FF75E0000F75EFF7FEF3DFF7FEF3DFF7F00000000000000000000
  855.       0000E07FFF7FE07FFF7FE07FFF7FE07FFF7F0000E03DE03D0000E07F00000000
  856.       0000FF7FFF7FE03D0000FF7FFF7FFF7FFF7FE03D0000FF7FFF7F000000000000
  857.       0000EF3DFF7FFF7F000000000000000000000000FF7FFF7F0000000000000000
  858.       000000000000000000000000FF7FFF7FEF3DFF7F000000000000000000000000
  859.       0000FF7FE07FFF7FE07FFF7FE07FFF7FE07FEF3D00000000EF3DFF7F00000000
  860.       0000FF7FFF7FE03D0000FF7FFF7FFF7FFF7FE03D0000FF7FFF7F000000000000
  861.       00000000EF3DEF3D0000FF7F0000000000000000EF3DEF3D0000000000000000
  862.       00000000000000000000000000000000FF7F0000000000000000000000000000
  863.       0000E07FFF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7FE07F00000000
  864.       0000FF7FFF7FE03DF75E0000FF7FFF7FE03DE03D0000FF7FFF7F000000000000
  865.       00000000000000000000EF3DEF3DEF3DEF3D0000000000000000000000000000
  866.       0000000000000000000000000000000000000000000000000000000000000000
  867.       0000000000000000000000000000000000000000000000000000000000000000
  868.       0000FF7FFF7FFF7FE03DF75E00000000E03D0000FF7FFF7FFF7F000000000000
  869.       0000000000000000000000000000000000000000000000000000000000000000
  870.       0000000000000000000000000000000000000000000000000000000000000000
  871.       0000000000000000000000000000000000000000000000000000000000000000
  872.       0000FF7FFF7FFF7FFF7FE03DE03DE03DE03DFF7FFF7FFF7FFF7F00000000424D
  873.       3E010000000000003E0000002800000040000000200000000100010000000000
  874.       000100000000000000000000020000000000000000000000FFFFFF00FFFFFFE7
  875.       0000F7BDFF0FFFE30000F7BDE007FFE10000F7BD800780000000F7BD00038000
  876.       C003F7BD10038001E007F7BD00018003E007F7BD88018003C007F7BD94008003
  877.       C007F7BDC8008003E007F7BDD4008003C001F7BDEA0080030007F7BDE50F8003
  878.       E00FF7BDF27F8003E00FF7BDF57F8003E00FF7BDF8FF8003F01FF7BDFFFFFFFF
  879.       FFFFFFFFE007FF3F8000FFFBC003FE0F8006C007C303FC03800CC007C183F801
  880.       8018C007C0C3F0018030C007C043E0018000C007C023E0008000C007C033E001
  881.       8000C007C013C0018000C007C00380038000C413C00300078000C413C003800F
  882.       8000C413E1C7FE1F8000C213FC3FFFBF8000C1A3FFFFFFFFFFFFC003}
  883.   end
  884. end
  885.